home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / sync / bang2.zip / SYSOP.DOC < prev   
Text File  |  1996-03-09  |  4KB  |  95 lines

  1.                              ┌───────────────┐
  2.                              │ ▀▄▀▄▀▄▀▄▀▄▀▄▀ │
  3.                              │     BANG!     │
  4.                              │ ▄▀▄▀▄▀▄▀▄▀▄▀▄ │
  5.                              └───────────────┘
  6.  
  7.                   Copyright October 8, 1995 Charles McColm
  8.                   Revised March 9, 1996  by Robert Nykvist
  9.  
  10. ┌──────────────────┐
  11. │ FILES IN ARCHIVE │
  12. └──────────────────┘
  13. BANG     BIN      3469 03-09-96   9:15p   Compiled BANG Script
  14. BANG     NOT     13672 03-09-96   9:15p   Notated BANG Script
  15. BANG     OLD      4819 10-27-95   3:31p   Original BANG Script
  16. BANG     SRC      6495 03-09-96   9:15p   Non-Compiled BANG Script
  17. FILE_ID  DIZ       420 03-09-96   9:16p   File Description
  18. HISTORY  DOC       945 03-09-96   9:17p   BANG History
  19. SYSOP    DOC      4292 03-09-96  10:01p   SysOp Documentation.
  20.  
  21. ┌──────────────┐
  22. │ INTRODUCTION │
  23. └──────────────┘
  24. BANG! is a Russian Roulette type gambling script for Credits.
  25. It was written in BAJA script language for SynchronetBBS Software.
  26. BANG! does not use file I/O routines and should be multi-node safe.
  27. Players choose how many chambers they fire off with a maximum of 5.
  28. (The bullet would obviously be in the sixth chamber if 5 are empty.)
  29. For each chamber that goes off without a bullet the player gets 50k of
  30. credits.  (which btw is logged in your BBS log file)  If the 5th goes off
  31. without a bullet the player gets 150k instead of 50.  However, if the
  32. player fires a chamber with a bullet they lose 30 minutes (also logged) and
  33. get hung up from the BBS.  Such is the price to pay for gambling!
  34. Anyone who plays Russian Roulette or BANG should have their head examined!
  35.  
  36. ┌──────────────────┐
  37. │ Programming Note │
  38. └──────────────────┘
  39. CM> This is a beta release which contains known bugs; a display bug when
  40. CM> showing total winnings.  Sorry folks, I'm working on it.  (My JOB comes
  41. CM> first) I'll be releasing an expanded C version sometime soon.
  42.  
  43. RN> Revised Changes by Robert Nykvist:
  44. RN> - Added Node_Action for multi-node BBSs.
  45. RN> - Swapped PipeCodes for Ctrl-A codes.
  46. RN> - Winnings total fixed - variable reset between firings (plays.)
  47. RN> - Customized Menus & Prompts, changing some formatting and colors.
  48. RN> - Added remote bells & whistles (minus the whistles).  <G>
  49. RN> - Added Switch/Case Loops to:  Eliminate repeated Compare Round Code
  50. RN      and to kill users (displayed) only during a live round shot.
  51. RN> - Added Security Mode to bypass the hangup for valued users.
  52. RN> - Added a notated script (BANG.NOT) for BAJA beginners.
  53.  
  54. ┌─────────┐
  55. │ LICENSE │
  56. └─────────┘
  57. CM> BANG! is freeware.  The only conditions I have is that if you modify
  58. CM> the code you must leave my name as the original author. If you do use
  59. CM> BANG! please send me your comments.  I frequent the OS2DOSBBS FidoNet
  60. CM> echo as well as the SYNCHRONET FidoNet message echos.  Or I can be
  61. CM> contacted as below:
  62.         FidoNet NetMail: Charles McColm @1:252/120
  63.          InterNet Email: mccolm@bconnex.net
  64.                    http://www.geopages.com/RodeoDrive/1471
  65.             The BUG BBS: (705)725-0183 14.4k/24 hours (2 Nodes)
  66.  
  67. RN>             DOVEnet:  Chuckles@VERT
  68.                 FidoNET:  Robert Nykvist@1:3625/463
  69.                InterNET:  robert.nykvist@bytebbs.com
  70.  
  71. ┌──────────────┐
  72. │ INSTALLATION │
  73. └──────────────┘
  74. Copy the BANG.BIN file which came with this archive to your
  75. C:\SBBS\EXEC directory.  Run SCFG and goto: EXTERNAL PROGRAMS->
  76. ONLINE PROGRAMS menu.  Create BANG with the following settings:
  77.  
  78. Startup Directory               C:\SBBS\EXEC
  79. Command Line                    *BANG
  80. Multiple Concurrent Users       YES
  81. Modify User Data                YES
  82.  
  83. Note that BANG! uses the Renegade Pipe codes for color.  (my editor didn't
  84. have the CTRL-A that Synchronet requires)  Make sure you have Renegade pipe
  85. code support enabled.  <RN> Revised BANG changed over to CTRL-A codes.
  86.  
  87. Don't worry about a drop file or swapping out of memory.  BANG! runs great
  88. on these settings...no drop file needed since the BBS is in control.
  89.  
  90. ┌────────┐
  91. │ PLEASE │
  92. └────────┘
  93. Please, Please, Please, We'd like to hear your opinions about BANG.
  94. Comments, ideas, suggestions, opinions, or technical replies welcomed.
  95.